@charset "UTF-8";

header {
	width: 100%;
	height: 150px;
	background-color:darkturquoise
}

article {
	width: 70%;
	height: 700px;
	background-color:hotpink;
	float:left;
}

aside{
	width:30%;
	height:700px;
	background-color: antiquewhite;
	float:left;
}